home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / Feelin021015 / README next >
Encoding:
Text File  |  2002-10-28  |  1.4 KB  |  26 lines

  1. Thanks for giving Feelin a try
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.     Feelin  is  still  under  heavy  construction.  This  version  is   NOT
  4.     compatible  with  the  previous  one.  Attributes  and  method may have
  5.     different values. All classes have been rewritten as  classes  are  not
  6.     handled in the same way (creation, setup, cleanup, destruction...).
  7.  
  8.     feelin.library introduces many new features, its own memory  management
  9.     system,  servers,  ressource  tracking...  LVOs have been changed. Some
  10.     functions have been  totaly  rewritten  and  are  NOT  compatible  with
  11.     previous  one  e.g.  F_CreateClassA()  that  uses a taglist to create a
  12.     class instead of registered arguments.
  13.  
  14. Setting up Feelin
  15. ~~~~~~~~~~~~~~~~~
  16.     Execute the script  "SETUP",  an  assign  to  this  directory  will  be
  17.     created.  This  assign  called  "Feelin:"  is  used  by  demos  as root
  18.     directory. A default GUI preference will also be created by "SETUP".
  19.  
  20.     Each application can have its  own  GUI  preference,  including  window
  21.     look,  application  palette...  There is no preference editor yet but a
  22.     little tool called "CreateConfig" that allow the creation of a  default
  23.     GUI  preference. This tool is written in CreativE (an AmigaE extension)
  24.     you must modify the source code of "CreateConfig"  and  execute  it  to
  25.     create your own preference.
  26.